home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / docs-netbsd / Mailinglist-Archive / 1994-08.gz / 1994-08 / 000201_owner-current-u…s.berkeley.edu_Thu Aug 4 22:53:47 1994.msg < prev    next >
Text File  |  1994-10-16  |  1KB  |  31 lines

  1. From: Scott Reynolds <scottr@plexus.com>
  2. Subject: Re: What is best, PPP or Slip?
  3. To: Danny Lepage <poutine@M3iSystems.QC.CA>
  4. Cc: current-users mailing list <current-users@sun-lamp.cs.berkeley.edu>
  5. Mime-Version: 1.0
  6. Content-Type: TEXT/PLAIN; charset=US-ASCII
  7. Sender: owner-current-users@sun-lamp.cs.berkeley.edu
  8.  
  9. On Thu, 4 Aug 1994, Danny Lepage wrote:
  10.  
  11. > I'm currently using slip (14400 bps), and I'm looking to improved
  12. > transfer performance. So, what is best, PPP or Slip ?
  13.  
  14. My personal opinion is that PPP with VJ header compression is superior to 
  15. CSLIP; either one is significantly better than SLIP.
  16.  
  17. > Also, is it possible to set MTU with slip ? If so, how ?
  18.  
  19. No; that's hard coded into the kernel.  [/sys/net/if_sl.c]
  20.  
  21. > (If I remember right, MTU seems to be set ~256, but my provider
  22. > suggest a MTU setting of 1500. If I managed to set it to 1500, will
  23. > I have better networking performance ?)
  24.  
  25. If the line is "clean", I would expect there to be no significant 
  26. advantage in using a smaller MTU.  However, it doesn't really impact the 
  27. efficiency of the connection all that much with header compression 
  28. enabled, so it's not a significant disadvantage, either.
  29.  
  30. As to turning on compression in the NetBSD SLIP code, I won't even guess, 
  31. since I've never used it.